TGML Polyline
The <Polyline> element describes a series of connected straight lines.
| Attribute | Type | Description | 
|---|---|---|
| 
                                                         Fill  | 
                                                    
                                                         Brush  | 
                                                    
                                                         Specifies how the interior of the shape is painted.  | 
                                                
| 
                                                         Opacity  | 
                                                    
                                                         Double  | 
                                                    
                                                         A value between "0.0" (transparent) and "1.0" (opaque)  | 
                                                
| 
                                                         Points  | 
                                                    
                                                         Array of Point  | 
                                                    
                                                         The vertex points of the polyline:  | 
                                                
| 
                                                         Stroke  | 
                                                    
                                                         Brush  | 
                                                    
                                                         Describes how the line is painted.  | 
                                                
| 
                                                         StrokeDashArray  | 
                                                    
                                                         Array of Double  | 
                                                    
                                                         The pattern of dashes and gaps used to outline shapes:  | 
                                                
| 
                                                         StrokeWidth  | 
                                                    
                                                         Double  | 
                                                    
                                                         The width of the outline of a line.  | 
                                                
| Visibility | Visibility | 
                                                         Specifies if the element is visible or not.  | 
                                                
Example:
<TGML>
    <Polyline Points="50.0,150.0 100.0,50.0 150.0,150.0" Stroke="#0000FF"/>
</TGML>
                                            Example on screen: